home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / max_recursions < prev    next >
Text File  |  2001-03-21  |  368b  |  13 lines

  1. Synopsis:
  2.    set max_recursions [<number>]
  3.  
  4. Description:
  5.    This setting limits the number of times a function or alias can call
  6.    itself before returning or exiting.  This is a safety precaution to
  7.    prevent the client from looping infinitely.  Setting this variable to
  8.    0 (zero) effectively disables alias recursion.
  9.  
  10. See Also:
  11.    load(5) recursion
  12.  
  13.